static int? fromJson_version(Map<String, dynamic> json) { return (json[r'version'] == null) ? null : json[r'version'].toInt(); }