@override Map<String, dynamic>? get properties => { 'name': _name, if (_method != null) 'method': _method, };