Feature.fromJson constructor

Feature.fromJson(
  1. Map<String, dynamic> json
)

Creates a Feature from a JSON object.

Implementation

factory Feature.fromJson(Map<String, dynamic> json) {
  throw UnimplementedError();
}