data property

Map<String, dynamic>? data
final

Data returned executing the Request

Follows the shape of requested document.

Implementation

final Map<String, dynamic>? data;