MapDebugOptions constructor Null safety

MapDebugOptions(
  1. {required MapDebugOptionsData data}
)

Implementation

MapDebugOptions({
  required this.data,
});