CognitoAppSyncConfig.fromJson constructor

CognitoAppSyncConfig.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory CognitoAppSyncConfig.fromJson(Map<String, Object?> json) =>
    _$CognitoAppSyncConfigFromJson(json);