Spray class

Annotations
  • @JsonSerializable()

Constructors

Spray(String uuid, String displayName, String? category, String? themeUuid, String displayIcon, String? fullIcon, String? fullTransparentIcon, String? animationPng, String? animationGif, String assetPath, List<SprayLevel>? sprayLevels)
const
Spray.fromJson(Map<String, dynamic> json)
factory

Properties

animationGif String?
final
animationPng String?
final
assetPath String
final
category String?
final
displayIcon String
final
displayName String
final
fullIcon String?
final
fullTransparentIcon String?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sprayLevels List<SprayLevel>?
final
themeUuid String?
final
uuid String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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