Store class

Constructors

Store({required int id, required String name, required String domain, required String slug, required int gamesCount, required String imageBackground, required String description})
Constructor of Store
Store.fromJson(Map<String, dynamic> json)
get the Store from the json
factory

Properties

description String
description of the store
final
domain String
site of the store
final
gamesCount int
count of Game on this store
final
hashCode int
The hash code for this object.
no setterinherited
id int
ID of Store
final
imageBackground String
image of the store
final
name String
name of the store
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
slug String
slug ID of the store
final

Methods

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

Operators

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