creds property

  1. @JsonKey(fromJson: fromGraphQLChatCallCredentialsToDartChatCallCredentials, toJson: fromDartChatCallCredentialsToGraphQLChatCallCredentials)
ChatCallCredentials creds
getter/setter pair

Implementation

@JsonKey(
  fromJson: fromGraphQLChatCallCredentialsToDartChatCallCredentials,
  toJson: fromDartChatCallCredentialsToGraphQLChatCallCredentials,
)
late ChatCallCredentials creds;