aws_lambda_dart_runtime
s3_event
AwsS3Bucket
AwsS3Bucket.fromJson factory constructor
AwsS3Bucket.fromJson
aws_lambda_dart_runtime
s3_event
AwsS3Bucket
AwsS3Bucket.fromJson factory constructor
AwsS3Bucket class
Constructors
AwsS3Bucket
fromJson
Properties
arn
hashCode
name
ownerIdentity
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==
AwsS3Bucket.fromJson
constructor
AwsS3Bucket.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory AwsS3Bucket.fromJson(Map<String, dynamic> json) => _$AwsS3BucketFromJson(json);