UploadValidators class

Annotations
  • @freezed

Constructors

UploadValidators.new({required List<String> models, required List<String> colors, required List<String> orders})
factory
UploadValidators.fromJson(Map<String, dynamic> json)
factory

Properties

colors List<String>
no setterinherited
copyWith → $UploadValidatorsCopyWith<UploadValidators>
Create a copy of UploadValidators with the given fields replaced by the non-null parameter values.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
models List<String>
no setterinherited
orders List<String>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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