ContextApp constructor

ContextApp(
  1. String build,
  2. String name,
  3. String namespace,
  4. String version, {
  5. Map<String, dynamic>? custom,
})

Implementation

ContextApp(this.build, this.name, this.namespace, this.version,
    {Map<String, dynamic>? custom})
    : super(custom: custom);