Body<T> constructor

const Body<T>(
  1. dynamic data
)

Implementation

const Body(this.data);