LocationOSMType constructor

const LocationOSMType(
  1. {required String offTag}
)

Implementation

const LocationOSMType({
  required this.offTag,
});