factory EngineVersion.fromJson(Map<String, dynamic> json) { return EngineVersion( name: json['name'] as String?, ); }