Platform constructor

Platform({
  1. bool? enabled = false,
  2. required String path,
  3. bool? fallback = false,
})

Implementation

Platform({this.enabled = false, required this.path, this.fallback = false});