timestamp property

DateTime timestamp

Implementation

DateTime get timestamp => DateTime.fromMicrosecondsSinceEpoch(
      _model.response.timestamp.toInt(),
      isUtc: true,
    );