control property

T control

Initialized ControlModel, This objects is stored in controls List at first place.

Implementation

T get control => controls[0] as T;