init property

T? init

This is where a controller can be initialised. If the same controller has already been initialised by another GetBuilderView or GetBuilder widget, return null and no new controller will be created.

Implementation

T? get init => null;