Input$CommentHolderInput class
Constructors
- Input$CommentHolderInput({String? project, String? card, String? ticket, String? quotation, String? saleOrder, String? saleIssueNote, String? saleInvoice, String? saleDeliveryNote, String? purchaseDeliveryNote, String? purchaseInvoice, String? purchaseOrder})
-
factory
-
Input$CommentHolderInput.fromJson(Map<
String, dynamic> data) -
factory
Properties
- card → String?
-
no setter
-
copyWith
→ CopyWith$Input$CommentHolderInput<
Input$CommentHolderInput> -
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- project → String?
-
no setter
- purchaseDeliveryNote → String?
-
no setter
- purchaseInvoice → String?
-
no setter
- purchaseOrder → String?
-
no setter
- quotation → String?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- saleDeliveryNote → String?
-
no setter
- saleInvoice → String?
-
no setter
- saleIssueNote → String?
-
no setter
- saleOrder → String?
-
no setter
- ticket → String?
-
no setter
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.
override