CategoryGroup class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

CategoryGroup({required String id, required String name, required bool hidden, required bool deleted})
CategoryGroup.fromJson(Map<String, dynamic> json)
factory

Properties

deleted bool
final
hashCode int
The hash code for this object.
no setteroverride
hidden bool
final
id String
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? id, String? name, bool? hidden, bool? deleted}) CategoryGroup

Available on CategoryGroup, provided by the $CategoryGroupExtension extension

copyWithWrapped({Wrapped<String>? id, Wrapped<String>? name, Wrapped<bool>? hidden, Wrapped<bool>? deleted}) CategoryGroup

Available on CategoryGroup, provided by the $CategoryGroupExtension extension

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

Operators

operator ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const CategoryGroup Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(CategoryGroup instance)