Signature class

User signature.

Constructors

Signature({Image? image, Map<String, String>? metadata, String? signatureTime, String? userId})
Signature.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
image Image?
An image of the user's signature.
getter/setter pair
metadata Map<String, String>?
Metadata associated with the user's signature.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signatureTime String?
Timestamp of the signature.
getter/setter pair
userId String?
User's UUID provided by the client.
getter/setter pair

Methods

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

Operators

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