overviewKeyToJson function

String overviewKeyToJson(
  1. OverviewKey data
)

Implementation

String overviewKeyToJson(OverviewKey data) => json.encode(data.toJson());