KnotExit.fromJson constructor
KnotExit.fromJson(
- dynamic json
Implementation
factory KnotExit.fromJson(dynamic json) {
return KnotExit(
type: json["type"],
);
}
factory KnotExit.fromJson(dynamic json) {
return KnotExit(
type: json["type"],
);
}