NativeAvailable constructor

const NativeAvailable({
  1. String? ios,
  2. String? macos,
  3. String? tvos,
  4. String? watchos,
  5. String? android,
})

Implementation

const NativeAvailable(
    {this.ios, this.macos, this.tvos, this.watchos, this.android});