A schema contains this property A property name
name
bool isRequired(String name) { if ((required ?? const []).contains(name)) return true; return false; }