exportJsonKtSync method

KtList<KtMap<String, dynamic>> exportJsonKtSync()

Export the results of this query as json.

Implementation

KtList<KtMap<String, dynamic>> exportJsonKtSync() =>
    exportJsonSync().map((item) => item.toImmutableMap()).toImmutableList();