OverviewKey constructor

OverviewKey({
  1. int? mobileInsightsOverviewKey,
})

Implementation

OverviewKey({
  this.mobileInsightsOverviewKey,
});