AllowlistItem constructor

const AllowlistItem({
  1. required String hostname,
})

Implementation

const AllowlistItem({
  required this.hostname,
});