TestRoleResponse constructor

TestRoleResponse({
  1. List<String>? messages,
  2. String? success,
})

Implementation

TestRoleResponse({
  this.messages,
  this.success,
});