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