flex property

int? flex

Property getter and setter for flex:

Implementation

int? get flex;
void flex=(int? flex)

Implementation

set flex(int? flex);