detail property

T? detail

Implementation

T? get detail => _i4.getProperty(
      this,
      'detail',
    );
void detail=(T? value)

Implementation

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