localpart property

String? localpart

Implementation

String? get localpart => isValidMatrixId ? _getParts().first : null;