Contains all the data of this snapshot
Map<String, dynamic> get data => _snapshot['data'] != null ? _snapshot['data'] as Map<String, dynamic> : {};