ProtoServices constructor

const ProtoServices({
  1. String? prefix,
  2. String packageName = '',
})

Implementation

const ProtoServices({
  this.prefix,
  this.packageName = '',
});