DeviceVersionCheck constructor

DeviceVersionCheck({
  1. String? type = 'Common',
  2. String? language = 'Chinese',
  3. required Map<String, dynamic> systemInfo,
})

Implementation

DeviceVersionCheck(
    {this.type = 'Common',
    this.language = 'Chinese',
    required this.systemInfo});