detail property

num? get detail

Implementation

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

Implementation

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