ChangeTaxableToAmount class

Constructors

ChangeTaxableToAmount({String? title, String? titleRemarks, String? taxableAndTotalValueAlter, String? taxableAndTotalValueRemarks, String? expRemarks})
ChangeTaxableToAmount.fromJson(dynamic json)

Properties

expRemarks String?
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taxableAndTotalValueAlter String?
no setter
taxableAndTotalValueRemarks String?
no setter
title String?
no setter
titleRemarks String?
no setter

Methods

copyWith({String? title, String? titleRemarks, String? taxableAndTotalValueAlter, String? taxableAndTotalValueRemarks, String? expRemarks}) ChangeTaxableToAmount
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