UpdatedAtDateTime.fromJson constructor
UpdatedAtDateTime.fromJson(
- dynamic json
Implementation
UpdatedAtDateTime.fromJson(dynamic json) {
_date = json['date'];
_time = json['time'];
}
UpdatedAtDateTime.fromJson(dynamic json) {
_date = json['date'];
_time = json['time'];
}