fromJson static method

Avataaar fromJson(
  1. String value
)

Decode from json

Implementation

static Avataaar fromJson(String value) => Avataaar.fromMap(json.decode(value));