ZonedDateTime.fromJson constructor

ZonedDateTime.fromJson(
  1. String? json
)

Implementation

factory ZonedDateTime.fromJson(String? json) => ZonedDateTime(date: json);