order property

int? order
getter/setter pair

The order of this field with respect to other fields in this tag template.

A higher value indicates a more important field. The value can be negative. Multiple fields can have the same order, and field orders within a tag do not have to be sequential.

Implementation

core.int? order;