GoogleFirebaseFcmRegistrationV1Registration constructor

GoogleFirebaseFcmRegistrationV1Registration({
  1. String? name,
  2. String? token,
  3. GoogleFirebaseFcmRegistrationV1Web? web,
})

Implementation

GoogleFirebaseFcmRegistrationV1Registration({
  this.name,
  this.token,
  this.web,
});