HttpBody constructor

HttpBody({
  1. String contentType = '',
  2. Uint8List? data,
  3. List<Any> extensions = const [],
})

Implementation

HttpBody({this.contentType = '', this.data, this.extensions = const []})
  : super(fullyQualifiedName);