creds property
- @JsonKey(fromJson: fromGraphQLChatCallCredentialsToDartChatCallCredentials, toJson: fromDartChatCallCredentialsToGraphQLChatCallCredentials)
getter/setter pair
Implementation
@JsonKey(
fromJson: fromGraphQLChatCallCredentialsToDartChatCallCredentials,
toJson: fromDartChatCallCredentialsToGraphQLChatCallCredentials)
late ChatCallCredentials creds;