IsLeader if same level.
@override Future<bool?> isLeader({Context? ctx}) async { return await _h.invoke(this, _methods['isLeader']!, [], ctx); }