required property

List<String>? required
getter/setter pair

If type is OBJECT, required lists the names of properties that must be present.

Optional.

Implementation

core.List<core.String>? required;