UIMarkerInfo constructor
const
UIMarkerInfo({
- required DgisObjectId objectId,
- required String? label,
Implementation
const UIMarkerInfo({
required this.objectId,
required this.label
});