ServerFilters class

Inheritance

Constructors

ServerFilters({String? all, String? uuid, String? name, String? externalId, String? description})
all Search all values
const

Properties

all String?
final
description String?
final
externalId String?
final
filters Map<ServerFilterEnum, String>
Returns a map which maps the possible filters (as an enum) to their values.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
name String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uuid String?
final

Methods

copyWith({String? all, String? uuid, String? name, String? externalId, String? description}) ServerFilters
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, String>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited