MapApp constructor

const MapApp({
  1. required String name,
  2. required String packageName,
  3. required Uint8List? icon,
})

Implementation

const MapApp({
  required this.name,
  required this.packageName,
  required this.icon,
});