deviceId property
- @JsonKey(fromJson: fromGraphQLChatCallDeviceIdToDartChatCallDeviceId, toJson: fromDartChatCallDeviceIdToGraphQLChatCallDeviceId)
getter/setter pair
Implementation
@JsonKey(
fromJson: fromGraphQLChatCallDeviceIdToDartChatCallDeviceId,
toJson: fromDartChatCallDeviceIdToGraphQLChatCallDeviceId)
late ChatCallDeviceId deviceId;