fromJson method

  1. @override
NSID fromJson(
  1. String json
)

Implementation

@override
NSID fromJson(String json) => NSID.parse(json);