CurseForgeCategory class

Constructors

CurseForgeCategory({required int id, required int gameId, required String name, required String? slug, required String? url, required String iconUrl, required String dateModified, required bool? isClass, required int? classId, required int? parentCategoryId})
const
CurseForgeCategory.fromJson(String source)
factory
CurseForgeCategory.fromMap(Map<String, dynamic> map)
factory

Properties

classId int?
final
dateModified String
final
gameId int
final
hashCode int
The hash code for this object.
no setteroverride
iconUrl String
final
id int
final
isClass bool?
final
name String
final
parentCategoryId int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slug String?
final
url String?
final

Methods

copyWith({int? id, int? gameId, String? name, String? slug, String? url, String? iconUrl, String? dateModified, bool? isClass, int? classId, int? parentCategoryId}) CurseForgeCategory
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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