toJSON method

Map<String, dynamic> toJSON()

Prepares the index for JSON serialization.

The schema for this JSON blob will be described in a separate JSON schema file.

Implementation

Map<String, dynamic> toJSON() => toJson();