KeyedSignature.fromRawJson constructor

KeyedSignature.fromRawJson(
  1. String str
)

Implementation

factory KeyedSignature.fromRawJson(String str) =>
    KeyedSignature.fromJson(json.decode(str));