album property

String? get album

Implementation

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

Implementation

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