AWSProfileFile.fromJson constructor

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

A collection of AWS configuration profiles.

Implementation

factory AWSProfileFile.fromJson(Map<String, Object?> json) =>
    _serializers.deserializeWith(serializer, json) as AWSProfileFile;