Svgs class

Constructors

Svgs({DoubleDollar? doubleDollar, DoubleArrow? doubleArrow, PayDownArrow? payDownArrow, Calendar? calendar, PayHand? payHand, KeepItUp? keepItUp, CrossClose? crossClose, ConnectBank? connectBank, ConnectingDotsLeft? connectingDotsLeft, ConnectingDotsRight? connectingDotsRight, InputCircle? inputCircle, InputCircleChecked? inputCircleChecked})
Svgs.fromJson(dynamic json)

Properties

calendar Calendar?
no setter
connectBank ConnectBank?
no setter
connectingDotsLeft ConnectingDotsLeft?
no setter
connectingDotsRight ConnectingDotsRight?
no setter
crossClose CrossClose?
no setter
doubleArrow DoubleArrow?
no setter
doubleDollar DoubleDollar?
no setter
hashCode int
The hash code for this object.
no setterinherited
inputCircle InputCircle?
no setter
inputCircleChecked InputCircleChecked?
no setter
keepItUp KeepItUp?
no setter
payDownArrow PayDownArrow?
no setter
payHand PayHand?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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