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