Timestamp.fromJson constructor

Timestamp.fromJson(
  1. Object? json
)

Implementation

factory Timestamp.fromJson(Object? json) => _TimestampHelper.decode(json);