Android constructor

Android({
  1. required String description,
  2. required bool force,
  3. required String title,
  4. required String url,
  5. required String version,
})

Implementation

Android({
  required this.description,
  required this.force,
  required this.title,
  required this.url,
  required this.version,
});