state property

dynamic get state

Returns a copy of the information that was provided to pushState() or replaceState().

MDN Reference

Implementation

_i2.dynamic get state => _i4.getProperty(
      this,
      'state',
    );