baseName property

String? get baseName

A string containing the language, and the script and region if available.

Implementation

_i2.String? get baseName => _i5.getProperty(
      this,
      'baseName',
    );
set baseName (String? value)

Implementation

set baseName(_i2.String? value) {
  _i5.setProperty(
    this,
    'baseName',
    value ?? _i4.undefined,
  );
}