readData property

(FutureOr<Data> Function(RequestContext, ResponseContext)?) readData
inherited

A Function that reads the request body and converts it into Data.

Implementation

FutureOr<Data> Function(RequestContext, ResponseContext)? get readData =>
    _readData;