@override Duration? fromJson(int? json) { return json == null ? null : Duration(microseconds: json); }