MapProtoServices constructor

const MapProtoServices({
  1. String? prefix,
  2. String packageName = '',
  3. bool withAuthenticator = true,
})

Implementation

const MapProtoServices({
  this.prefix,
  this.packageName = '',
  this.withAuthenticator = true,
});