ContentRestrictionsExpandable constructor

ContentRestrictionsExpandable({
  1. String? read,
  2. String? update,
})

Implementation

ContentRestrictionsExpandable({this.read, this.update});