SortableGameVersion class
Constructors
- SortableGameVersion({required String gameVersionName, required String gameVersionPadded, required String gameVersion, required String gameVersionReleaseDate, required int? gameVersionTypeId})
-
const
- SortableGameVersion.fromJson(String source)
-
factory
-
SortableGameVersion.fromMap(Map<
String, dynamic> map) -
factory
Properties
- gameVersion → String
-
final
- gameVersionName → String
-
final
- gameVersionPadded → String
-
final
- gameVersionReleaseDate → String
-
final
- gameVersionTypeId → int?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? gameVersionName, String? gameVersionPadded, String? gameVersion, String? gameVersionReleaseDate, int? gameVersionTypeId}) → SortableGameVersion -
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