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