Role constructor

const Role({
  1. required String backendName,
})

Creates a Role with the given backendName

Implementation

const Role({required this.backendName});