Role$Response constructor

const Role$Response({
  1. String? role,
})

Implementation

const Role$Response({
  this.role,
});