isStatic property
bool
get
isStatic
Is Field should be defined as STATIC
Implementation
bool get isStatic => field[ConfigFieldType.STATIC] ?? true;
Is Field should be defined as STATIC
bool get isStatic => field[ConfigFieldType.STATIC] ?? true;