NativeDeprecated constructor

const NativeDeprecated(
  1. String message, {
  2. List<String>? ios,
  3. List<String>? macos,
  4. List<String>? tvos,
  5. List<String>? watchos,
  6. List<String>? android,
})

Implementation

const NativeDeprecated(String message,
    {this.ios, this.macos, this.tvos, this.watchos, this.android});