aws_lambda_dart_runtime
s3_event
AwsS3EventRecord
AwsS3EventRecord.fromJson factory constructor
AwsS3EventRecord.fromJson
aws_lambda_dart_runtime
s3_event
AwsS3EventRecord
AwsS3EventRecord.fromJson factory constructor
AwsS3EventRecord class
Constructors
AwsS3EventRecord
fromJson
Properties
awsRegion
eventName
eventSource
eventTime
eventVersion
hashCode
requestParameters
responseElements
runtimeType
s3
userIdentity
Methods
noSuchMethod
toJson
toString
Operators
operator ==
AwsS3EventRecord.fromJson
constructor
AwsS3EventRecord.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory AwsS3EventRecord.fromJson(Map<String, dynamic> json) => _$AwsS3EventRecordFromJson(json);