data property

T data
final

data that pass to onDone

usage: FetchingState.done({T? data})

Implementation

final T data;