AwsS3UserIdentity.fromJson constructor

AwsS3UserIdentity.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory AwsS3UserIdentity.fromJson(Map<String, dynamic> json) =>
    _$AwsS3UserIdentityFromJson(json);