Timestamp.fromJson constructor

Timestamp.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory Timestamp.fromJson(Map<String, dynamic> json) =>
    _$TimestampFromJson(json);