LinkAccountSubtype class

The LinkAccountSubtype class defines the type and the subtype of an account.

Constructors

LinkAccountSubtype({required String type, required String subtype})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtype String
The account subtype.
final
type String
The account type.
final

Methods

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

Operators

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