IRolesPersistence class abstract

Implementers

Constructors

IRolesPersistence()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getOneById(String? correlationId, String id) Future<UserRolesV1?>
getPageByFilter(String? correlationId, FilterParams? filter, PagingParams? paging) Future<DataPage<UserRolesV1>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(String? correlationId, UserRolesV1 item) Future<UserRolesV1?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited