DamageModel class

Constructors

DamageModel({required String className, required String uuid, required String? location, required num? score, required List boxes, required String maskPath, required String maskUrl, required bool isPart, required Color color, required num? overlapRate})
DamageModel.fromJson(Map<String, dynamic> json)
factory

Properties

boxes List
final
className String
final
color Color
final
hashCode int
The hash code for this object.
no setterinherited
isPart bool
final
location String?
final
maskPath String
final
maskUrl String
final
overlapRate num?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score num?
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