PaymentConstraint.fromJson constructor

PaymentConstraint.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory PaymentConstraint.fromJson(Map<String, dynamic> json) => _fromCustomJson(json);