AssetTransaction class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
AssetTransaction({required AssetTransactionDetail assettransactiondetail, required List<
AssetTransactionDescription> assettransactiondescripton}) -
AssetTransaction.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
assettransactiondescripton
→ List<
AssetTransactionDescription> -
final
- assettransactiondetail → AssetTransactionDetail
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{AssetTransactionDetail? assettransactiondetail, List< AssetTransactionDescription> ? assettransactiondescripton}) → AssetTransaction -
Available on AssetTransaction, provided by the $AssetTransactionExtension extension
-
copyWithWrapped(
{Wrapped< AssetTransactionDetail> ? assettransactiondetail, Wrapped<List< ? assettransactiondescripton}) → AssetTransactionAssetTransactionDescription> > -
Available on AssetTransaction, provided by the $AssetTransactionExtension extension
-
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.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const AssetTransaction Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(AssetTransaction instance)