setData<R> method

  1. @override
void setData<R>(
  1. R entity
)

Implementation

@override
void setData<R>(R entity) {
  this.entity = entity;
}