domain property

String? domain

Implementation

String? get domain => isValidMatrixId ? _getParts().last : null;