GcmConfig constructor

GcmConfig({
  1. bool? showGcmDescription,
  2. Map<String, String>? gcmDescription,
  3. DefaultMapping? defaultMapping,
  4. Map<String, DefaultMapping>? regionOverrides,
})

Implementation

GcmConfig({
  this.showGcmDescription,
  this.gcmDescription,
  this.defaultMapping,
  this.regionOverrides,
});