SimpleListWrapperApplicationRole class
Constructors
-
SimpleListWrapperApplicationRole({ListWrapperCallbackApplicationRole? callback, List<
ApplicationRole> ? items, int? maxResults, ListWrapperCallbackApplicationRole? pagingCallback, int? size}) -
SimpleListWrapperApplicationRole.fromJson(Map<
String, Object?> json) -
factory
Properties
- callback → ListWrapperCallbackApplicationRole?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
items
→ List<
ApplicationRole> -
final
- maxResults → int?
-
final
- pagingCallback → ListWrapperCallbackApplicationRole?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → int?
-
final
Methods
-
copyWith(
{ListWrapperCallbackApplicationRole? callback, List< ApplicationRole> ? items, int? maxResults, ListWrapperCallbackApplicationRole? pagingCallback, int? size}) → SimpleListWrapperApplicationRole -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited