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