Authorization constructor

Authorization({
  1. required List<String> roles,
})

Implementation

Authorization({required this.roles});