type property
GamePresence
get
type
Get type of this
Implementation
GamePresence get type => GamePresence.values.firstWhere((type) => type.value == _type);
Get type of this
GamePresence get type => GamePresence.values.firstWhere((type) => type.value == _type);