deviceId property

  1. @JsonKey(fromJson: fromGraphQLChatCallDeviceIdToDartChatCallDeviceId, toJson: fromDartChatCallDeviceIdToGraphQLChatCallDeviceId)
ChatCallDeviceId deviceId
getter/setter pair

Implementation

@JsonKey(
  fromJson: fromGraphQLChatCallDeviceIdToDartChatCallDeviceId,
  toJson: fromDartChatCallDeviceIdToGraphQLChatCallDeviceId,
)
late ChatCallDeviceId deviceId;