Catalog class
Constructors
- Catalog({required String catalogId, required String catalogName})
-
Catalog.fromJson(Map<
String, dynamic> json) -
factory
- Catalog.fromRawJson(String str)
-
factory
Properties
- catalogId → String
-
final
- catalogName → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited