menu
shared_aws_api package
documentation
shared
GenericAwsException
toJson method
toJson
brightness_4
brightness_5
toJson
method
Map
<
String
,
String
?
>
toJson
(
)
Implementation
Map<String, String?> toJson() => { 'type': type, 'code': code, 'message': message, };
shared_aws_api package
documentation
shared
GenericAwsException
toJson method
GenericAwsException class
Constructors
GenericAwsException
Properties
code
hashCode
message
runtimeType
type
Methods
noSuchMethod
toJson
toString
Operators
operator ==