Timestamp.fromJson constructor

Timestamp.fromJson(
  1. num value
)

Implementation

factory Timestamp.fromJson(num value) => Timestamp(value);