PostPolicyResult constructor

PostPolicyResult({
  1. String? postURL,
  2. Map<String, String>? formData,
})

Implementation

PostPolicyResult({this.postURL, this.formData});