FormExtractable constructor
const
FormExtractable({
- int limit = defaultBodyLimit,
Decodes the form body.
Implementation
const FormExtractable({this.limit = defaultBodyLimit});
Decodes the form body.
const FormExtractable({this.limit = defaultBodyLimit});