DashboardUserListResponse class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
DashboardUserListResponse({required List<
DashboardUser> dashboardUsers, required String? nextCursor, required String requestId}) -
DashboardUserListResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
dashboardUsers
→ List<
DashboardUser> -
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- nextCursor → String?
-
final
- requestId → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{List< DashboardUser> ? dashboardUsers, String? nextCursor, String? requestId}) → DashboardUserListResponse -
Available on DashboardUserListResponse, provided by the $DashboardUserListResponseExtension extension
-
copyWithWrapped(
{Wrapped< List< ? dashboardUsers, Wrapped<DashboardUser> >String?> ? nextCursor, Wrapped<String> ? requestId}) → DashboardUserListResponse -
Available on DashboardUserListResponse, provided by the $DashboardUserListResponseExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const DashboardUserListResponse Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(DashboardUserListResponse instance)