UrlMapsScopedList constructor

UrlMapsScopedList({
  1. List<UrlMap>? urlMaps,
  2. UrlMapsScopedListWarning? warning,
})

Implementation

UrlMapsScopedList({
  this.urlMaps,
  this.warning,
});