methodName property
String?
get
methodName
Returns the method name (last part of the address)
Implementation
String? get methodName => _parts.isEmpty ? null : _parts.last;
Returns the method name (last part of the address)
String? get methodName => _parts.isEmpty ? null : _parts.last;