Body constructor

const Body({
  1. bool nullToAbsent = false,
  2. bool toFormData = false,
})

Implementation

const Body({this.nullToAbsent = false, this.toFormData = false});