isAttached property

bool isAttached

The controllor is attched to PaginatedDataTable2 state upon the first build. Until data from internal stare is not available

Implementation

bool get isAttached => _state != null;