mxText property

String get mxText

Implementation

String get mxText =>
    this == null || '$this'.startsWith('null') ? '' : '${this}';