@override Viewport? fromJsonMap(Map<String, dynamic>? json) => json != null ? Viewport.fromJson(json) : null;