Skey.fromJson constructor

Skey.fromJson(
  1. String str
)

Implementation

factory Skey.fromJson(String str) => Skey.fromMap(json.decode(str));