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