AppStoreConnectImageAsset class Null safety

An image asset, including its height, width, and template URL.

Constructors

AppStoreConnectImageAsset({int? height, int? width, String? templateUrl})
An image asset, including its height, width, and template URL.
const
AppStoreConnectImageAsset.fromMap(Map map)
An image asset, including its height, width, and template URL.
factory

Properties

hashCode int
The hash code for this object.
read-only, inherited
height int?
The height of the image.
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
templateUrl String?
The url of the image.
final
width int?
The width of the image.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() String
Convert this object to a JSON map.
toMap() Map<String, dynamic>
Convert this object to a JSON string.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited