RemoteModel<T>.data constructor

const RemoteModel<T>.data(
  1. T value
)

Implementation

const factory RemoteModel.data(T value) = _Data;