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