AWSApiConfig.fromJson constructor

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

Implementation

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