TestPurchaseContext.fromJson constructor

TestPurchaseContext.fromJson(
  1. Map json_
)

Implementation

TestPurchaseContext.fromJson(core.Map json_)
  : this(fopType: json_['fopType'] as core.String?);