PaymayaBuyer.fromJson constructor

PaymayaBuyer.fromJson(
  1. String source
)

The PaymayaBuyer will be inserted after the redirect url response.

Implementation

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