PaymentConfiguration.fromJson constructor

PaymentConfiguration.fromJson(
  1. String str
)

Implementation

factory PaymentConfiguration.fromJson(String str) => PaymentConfiguration.fromMap(json.decode(str));