timestamp property

String? timestamp

Implementation

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

Implementation

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