torusKeyFromJson function

TorusKey torusKeyFromJson(
  1. String string
)

Implementation

TorusKey torusKeyFromJson(String string) => TorusKey.fromJson(
      jsonDecode(string),
    );