AdeptDateTime.fromJson constructor

AdeptDateTime.fromJson(
  1. String? json
)

Implementation

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