Price class

Constructors

Price({required double? mrp, required double? sellingPrice, required double? discount, required double? totalPrice, required double? gstLabelName, required double? withOutGstPrice, required double? sgstLabelName, required double? cgstLabelName, required double? totalSgst, required double? totalCgst, required double? withOutSCGstPrice, required double? totalGst, required String? sTypename})
Price.fromJson(Map<String, dynamic> json)
Price.fromRequestJson(dynamic json)

Properties

cgstLabelName double?
latefinal
discount double?
latefinal
gstLabelName double?
latefinal
hashCode int
The hash code for this object.
no setterinherited
mrp double?
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sellingPrice double?
latefinal
sgstLabelName double?
latefinal
sTypename String?
latefinal
totalCgst double?
latefinal
totalGst double?
latefinal
totalPrice double?
latefinal
totalSgst double?
latefinal
withOutGstPrice double?
latefinal
withOutSCGstPrice double?
latefinal

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