UIMarkerInfo constructor

const UIMarkerInfo({
  1. required DgisObjectId objectId,
  2. required String? label,
})

Implementation

const UIMarkerInfo({
  required this.objectId,
  required this.label
});