GameAnalyticsProps constructor

GameAnalyticsProps({
  1. String? gameId,
  2. String? type,
  3. String? startedAd,
  4. String? endedAt,
  5. int? first,
  6. String? after,
})

Implementation

GameAnalyticsProps({
  this.gameId,
  this.type,
  this.startedAd,
  this.endedAt,
  this.first,
  this.after,
});