DataClassicTable class
Constructors
-
DataClassicTable.new({required int partnerId, String? companyName, String? address, String? phoneNumber, String? invoiceTitle, required String date, required String note, required String authorizedSignature, required List<
List< tableData, required List<String> >String> tableSummary, required List<String> headerInformation, String language = 'fa'})
Properties
- address ↔ String?
-
getter/setter pair
-
final
- companyName ↔ String?
-
getter/setter pair
- date → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
headerInformation
↔ List<
String> -
getter/setter pair
- invoiceTitle ↔ String?
-
getter/setter pair
- language → String
-
final
- note → String
-
final
- partnerId → int
-
final
- phoneNumber ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
tableData
↔ List<
List< String> > -
getter/setter pair
-
tableSummary
↔ List<
String> -
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited