ReadOnly constructor

ReadOnly({
  1. String? readTime,
})

Implementation

ReadOnly({
  this.readTime,
});