ChargeId.fromJson constructor
ChargeId.fromJson(
- Object? json
Implementation
factory ChargeId.fromJson(Object? json) => ChargeId(id: (json as String));
factory ChargeId.fromJson(Object? json) => ChargeId(id: (json as String));