RoomProperty constructor

RoomProperty(
  1. String key,
  2. String value,
  3. int updateTime,
  4. String updateUserID,
  5. bool updateFromRemote,
)

Implementation

RoomProperty(
  this.key,
  this.value,
  this.updateTime,
  this.updateUserID,
  this.updateFromRemote,
);