class IconResource { IconResource(); factory IconResource.fromJson(Map json) { // TODO: implement fromJson throw UnimplementedError('IconResource.fromJson($json) is not implemented'); } Map toJson() { // TODO: implement toJson throw UnimplementedError(); } }