Depth class
Constructors
- Depth({num? quantity, num? price, num? orders})
- Depth.fromJson(dynamic json)
Properties
Methods
-
copyWith(
{num? quantity, num? price, num? orders}) → Depth -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setOrders(
int int) → void -
setPrice(
double d) → void -
setQuantity(
int int) → void -
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited