MapViewError constructor

const MapViewError({
  1. required String code,
  2. required String message,
})

Implementation

const MapViewError({required this.code, required this.message});