MapDebugOptions constructor

MapDebugOptions({
  1. required MapDebugOptionsData data,
})

Implementation

MapDebugOptions({
  required this.data,
});