Subcategory class

Annotations
  • @freezed
  • @HiveType.new(typeId: 101)

Constructors

Subcategory({@HiveField.new(0) @Default.new(0) int subcid, @HiveField.new(1) @Default.new('') String scpic, @HiveField.new(2) @Default.new('') String subcname})
const
factory
Subcategory.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $SubcategoryCopyWith<Subcategory>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scpic String
no setterinherited
subcid int
no setterinherited
subcname String
no setterinherited

Methods

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

Operators

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