response property

Map<String, dynamic>? response
final

Single-response mode: the flat field map (or null in multi-response mode).

Implementation

final Map<String, dynamic>? response;