Feat.fromJson constructor

Feat.fromJson(
  1. String source
)

Implementation

factory Feat.fromJson(String source) => Feat.fromMap(json.decode(source));