PartsMask class

Constructors

PartsMask({required String masksPath, required String category, required List<double> boxes, required String vehiclePartName, required double scores, required String maskUrl, required bool isPart, required Color color})
PartsMask.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
isPart bool
final
masksPath String
final
maskUrl String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scores double
final
vehiclePartName String
final

Methods

copyWith({String? masksPath, String? category, List<double>? boxes, String? vehiclePartName, double? scores, String? maskUrl, bool? isPart, Color? color}) PartsMask
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