Asset class
Uniquely identifies an asset.
A digital asset is an identifiable and addressable online entity that typically provides some service or content. Examples of assets are websites, Android apps, Twitter feeds, and Plus Pages.
Constructors
- Asset({AndroidAppAsset? androidApp, WebAsset? web})
- Asset.fromJson(Map json_)
Properties
- androidApp ↔ AndroidAppAsset?
-
Set if this is an Android App asset.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- web ↔ WebAsset?
-
Set if this is a web asset.
getter/setter pair
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.
inherited