RCData constructor

RCData(
  1. Object? value,
  2. bool isCurrentUsersData
)

Implementation

RCData(this.value, this.isCurrentUsersData);