RepositoryBuilder class

Constructors

RepositoryBuilder(Type apiClass, {List<String> allowedEndpoints = const ['*'], List<String> ignoreEndpoints = const []})
const

Properties

allowedEndpoints List<String>
Allowed endpoints(methods) that can be used to generate code. A value of '*' means all, or provide a list of method names that will be allowed only.
final
apiClass Type
Which class to look methods inside of.
final
hashCode int
The hash code for this object.
no setterinherited
ignoreEndpoints List<String>
Ignored endpoints(methods) that can be used to ignore certain methods from generating code. A value of '*' means all, or provide a list of method names that will be ignored.
final
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
toString() String
A string representation of this object.
inherited

Operators

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