formData property

Future<FormData> get formData

Implementation

Future<FormData> get formData async {
  return FormData.fromMap(_data);
}