isXForm property
bool
get
isXForm
Implementation
bool get isXForm =>
type != null && type.toString().contains('x-www-form-urlencoded');
bool get isXForm =>
type != null && type.toString().contains('x-www-form-urlencoded');