dataset property

Map<String, dynamic> dataset

A map of application-specific data. *

  • Note: the name of the keys can't start with "stream.", which is reserved
  • for internal use.

Implementation

Map<String, dynamic> get dataset;