UrlRestriction constructor

UrlRestriction({
  1. Date? endDate,
  2. String? restrictionType,
  3. Date? startDate,
  4. String? url,
})

Implementation

UrlRestriction({
  this.endDate,
  this.restrictionType,
  this.startDate,
  this.url,
});