PaymayaRedirectUrls.fromJson constructor

PaymayaRedirectUrls.fromJson(
  1. String source
)

Implementation

factory PaymayaRedirectUrls.fromJson(String source) =>
    PaymayaRedirectUrls.fromMap(json.decode(source));