Returns the method name of this nsid.
@override String get name { final segments = _nsid.split('.'); return segments[segments.length - 1]; }