LocationPathOption.parse constructor

LocationPathOption.parse(
  1. Uint8Buffer bytes
)

Implementation

LocationPathOption.parse(final Uint8Buffer bytes)
    : super.parse(OptionType.locationPath, bytes);