PagedLinkDTO class
Constructors
- PagedLinkDTO({String? base, String? context, String? next, String? prev, String? self})
-
PagedLinkDTO.fromJson(Map<
String, Object?> json) -
factory
Properties
- base → String?
-
Base URL for the REST API calls.
final
- context → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- next → String?
-
REST API URL for the next page, if there is one.
final
- prev → String?
-
REST API URL for the previous page, if there is one.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- self → String?
-
REST API URL for the current page.
final
Methods
-
copyWith(
{String? base, String? context, String? next, String? prev, String? self}) → PagedLinkDTO -
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