LocationQueryOption.parse constructor

LocationQueryOption.parse(
  1. Uint8Buffer bytes
)

Implementation

LocationQueryOption.parse(final Uint8Buffer bytes)
    : super.parse(OptionType.locationQuery, bytes);