Search class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

Search({required String text, int? page, int? size})
const
Search.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
page int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int?
final
text String
final

Methods

copyWith({String? text, int? page, int? size}) Search

Available on Search, provided by the $SearchExtension extension

copyWithWrapped({Wrapped<String>? text, Wrapped<int?>? page, Wrapped<int?>? size}) Search

Available on Search, provided by the $SearchExtension 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 Search Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(Search instance)