pushMessageContentGameScore property
A new high score was achieved in a game
Implementation
PushMessageContentGameScore? get pushMessageContentGameScore {
if (this is PushMessageContentGameScore) {
return this as PushMessageContentGameScore;
}
return null;
}