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