@override Duration? fromJson(dynamic json) { return _parseObject<Duration?>( IntJsonConverter().fromJson(json), (v) => Duration(seconds: v)); }