methodName property

String? get methodName

Returns the method name (last part of the address)

Implementation

String? get methodName => _parts.isEmpty ? null : _parts.last;