Creates a Feature from a JSON object.
factory Feature.fromJson(Map<String, dynamic> json) { throw UnimplementedError(); }