NativeContextApp constructor

NativeContextApp({
  1. String? build,
  2. String? name,
  3. String? namespace,
  4. String? version,
})

Implementation

NativeContextApp({
  this.build,
  this.name,
  this.namespace,
  this.version,
});