FormExtractable constructor

const FormExtractable({
  1. int limit = defaultBodyLimit,
})

Decodes the form body.

Implementation

const FormExtractable({this.limit = defaultBodyLimit});