requestBodies property

Map<String, RequestBody>? get requestBodies
inherited

A set of reusable RequestBody.component objects.

Implementation

Map<String, RequestBody>? get requestBodies =>
    throw _privateConstructorUsedError;