Timestamp.fromJson constructor
Timestamp.fromJson(
- Object json
Implementation
factory Timestamp.fromJson(Object json) => _TimestampHelper.decode(json);
factory Timestamp.fromJson(Object json) => _TimestampHelper.decode(json);