class RoleModel { String? roleId; String? roleName; String? roleImage; RoleModel({this.roleId, this.roleName, this.roleImage}); }