AmplifyConfig.fromJson constructor

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

Implementation

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