ContentStateResponse constructor

ContentStateResponse({
  1. ContentState? contentState,
  2. String? lastUpdated,
})

Implementation

ContentStateResponse({this.contentState, this.lastUpdated});