Feature.fromRawJson constructor

Feature.fromRawJson(
  1. String str
)

Implementation

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