aws_lambda_dart_runtime
s3_event
AwsS3UserIdentity
AwsS3UserIdentity.fromJson factory constructor
AwsS3UserIdentity.fromJson
aws_lambda_dart_runtime
s3_event
AwsS3UserIdentity
AwsS3UserIdentity.fromJson factory constructor
AwsS3UserIdentity class
Constructors
AwsS3UserIdentity
fromJson
Properties
hashCode
principalId
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==
AwsS3UserIdentity.fromJson
constructor
AwsS3UserIdentity.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory AwsS3UserIdentity.fromJson(Map<String, dynamic> json) => _$AwsS3UserIdentityFromJson(json);