timeStamp property

void Function([String?]) get timeStamp

Implementation

void Function([_i2.String?]) get timeStamp =>
    ([_i2.String? p0]) => _i4.callMethod(
          _i4.getProperty(
            this,
            'timeStamp',
          ),
          r'call',
          [
            this,
            p0 ?? _i6.undefined,
          ],
        );
set timeStamp (void value([String?]))

Implementation

set timeStamp(void Function([_i2.String?]) value) {
  _i4.setProperty(
    this,
    'timeStamp',
    _i4.allowInterop(value),
  );
}