NSID.parse constructor

NSID.parse(
  1. String nsid
)

Returns the new instance of parsed NSID.

Implementation

factory NSID.parse(final String nsid) = ParsedNSID;