data property

T? get data

This object stores typed data fetched by a data provider or setted by other source

Implementation

T? get data;
set data (T? data)

Sets the model to the model passed as parameter and notifier any listener

Implementation

set data(T? data);