factory DeltaTime.fromJson(Map<String, dynamic> json) { return DeltaTime( offsetSeconds: json['offsetSeconds'] as int, timeExpression: json['timeExpression'] as String, ); }