ObjectRead constructor

ObjectRead(
  1. ObjectReadStatus status,
  2. dynamic details
)

Implementation

ObjectRead(this.status, this.details);