static Variable fromJson(Map<String, dynamic> json) => PageViewControllerVariable( id: json['id'], name: json['name'], pageController: null, );