Signature class

Annotations
  • @JsonSerializable()

Constructors

Signature(String? contentType, String? acl, int? successActionStatus, String? policy, String? sign1, String? sign2, String? sign3, String? sign4, String? key, String? bucket)
Signature.fromJson(Map<String, dynamic> json)
factory

Properties

acl String?
getter/setter pair
bucket String?
getter/setter pair
contentType String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
key String?
getter/setter pair
policy String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sign1 String?
getter/setter pair
sign2 String?
getter/setter pair
sign3 String?
getter/setter pair
sign4 String?
getter/setter pair
successActionStatus int?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, String?>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited