BaseListRes class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- BaseListRes({int? page, int? size, int? total, required bool ok, String? msg})
-
const
-
BaseListRes.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
copyWith(
{int? page, int? size, int? total, bool? ok, String? msg}) → BaseListRes -
Available on BaseListRes, provided by the $BaseListResExtension extension
-
copyWithWrapped(
{Wrapped< int?> ? page, Wrapped<int?> ? size, Wrapped<int?> ? total, Wrapped<bool> ? ok, Wrapped<String?> ? msg}) → BaseListRes -
Available on BaseListRes, provided by the $BaseListResExtension 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 BaseListRes Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(BaseListRes instance)