static property

bool get static

Get whether it has a fixed footprint (always fixed size in a buffer) or not

Implementation

bool get static => !optional && this is! ArrayField && this is! ObjectField && this is! StringField;