ContentRestrictionExpandable constructor

ContentRestrictionExpandable({
  1. String? restrictions,
  2. String? content,
})

Implementation

ContentRestrictionExpandable({this.restrictions, this.content});