MaskData class

Constructors

MaskData({required String masksPath, required String maskUrl, required List<double> boxes, required String category, required String? vehiclePartName, required Color color, required bool userCreated})
MaskData.fromJson(Map<String, dynamic> json)
factory

Properties

boxes List<double>
final
category String
final
color Color
final
hashCode int
The hash code for this object.
no setterinherited
masksPath String
final
maskUrl String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userCreated bool
final
vehiclePartName 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