Asset class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- Asset({required AssetDetail assetdetail, required AssetOwners assetowners, required AssetHolder assetholder, required AssetTransactions assettransactions, required ValidationSources validationsources})
-
Asset.fromJson(Map<
String, dynamic> json) -
factory
Properties
- assetdetail → AssetDetail
-
final
- assetholder → AssetHolder
-
final
- assetowners → AssetOwners
-
final
- assettransactions → AssetTransactions
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- validationsources → ValidationSources
-
final
Methods
-
copyWith(
{AssetDetail? assetdetail, AssetOwners? assetowners, AssetHolder? assetholder, AssetTransactions? assettransactions, ValidationSources? validationsources}) → Asset -
Available on Asset, provided by the $AssetExtension extension
-
copyWithWrapped(
{Wrapped< AssetDetail> ? assetdetail, Wrapped<AssetOwners> ? assetowners, Wrapped<AssetHolder> ? assetholder, Wrapped<AssetTransactions> ? assettransactions, Wrapped<ValidationSources> ? validationsources}) → Asset -
Available on Asset, provided by the $AssetExtension 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 Asset Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(Asset instance)