overviewKeyFromJson function

OverviewKey overviewKeyFromJson(
  1. String str
)

Implementation

OverviewKey overviewKeyFromJson(String str) =>
    OverviewKey.fromJson(json.decode(str));