SendId class

Send ID

Identifies IDs that can be used to compose send.monobank.ua links and provides a composer for them

Constructors

SendId(String id, SendIdType type)
Construct a Send ID

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
Send ID of the client or jar
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type SendIdType
Type of the ID
final
url Uri
Url for the send.monobank.ua link
no setter

Methods

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

Operators

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