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