Service class

Constructors

Service({String? a, Query? q, bool al = true, String? n, String? f, required Map ft, required List c, required int p, required Map pr})

Properties

a String?
service columns
getter/setter pair
al bool
service alias
getter/setter pair
c List
service function
getter/setter pair
f String?
service name
getter/setter pair
ft Map
Service params
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
n String?
getter/setter pair
p int
should auto-link
getter/setter pair
pr Map
service page
getter/setter pair
q Query?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map
toString() String
A string representation of this object.
inherited

Operators

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