HttpFormData constructor

HttpFormData(
  1. Map<String, String> data
)

Implementation

HttpFormData(this.data);