fromJson static method

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

Implementation

static RequiredSchema fromJson(Map<String, dynamic> json) {
  return RequiredSchema(name: "toolkit");
}