instanceAttributes property

  1. @override
InstanceAttributeSchema? get instanceAttributes

The schema built from the instanceAttributes declarations, or null when this material declared none.

Implementation

@override
InstanceAttributeSchema? get instanceAttributes => _instanceAttributes;