Hmac.fromJson constructor

Hmac.fromJson(
  1. String str
)

Implementation

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