class RolesUserModel { String? id; String? userName; String? userEmail; String? userRole; String? creationDate; String? creationTime; String? createdBy; String? status; String? action; RolesUserModel( {this.id, this.userName, this.userEmail, this.userRole, this.creationDate, this.creationTime, this.status, this.action, this.createdBy, }); }