MApplicationPluginConfig constructor

MApplicationPluginConfig({
  1. required MGrpcClientConfig? grpcClient,
  2. required MGpsConfig? gps,
  3. required MSoundConfig? sound,
  4. required MRestConfig? rest,
})

Implementation

MApplicationPluginConfig({
  required this.grpcClient,
  required this.gps,
  required this.sound,
  required this.rest,
});