timestamp property

String? get timestamp

Implementation

String? get timestamp => _timestamp;
set timestamp (String? timestamp)

Implementation

set timestamp(String? timestamp) => _timestamp = timestamp;