Generate class

Constructors

Generate()

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Methods

dataSourceCall({required String dataSourceName, required GraphQLJsonMockEntity entity, required String rootPath}) Future<void>
entity(String name, {String usage = ''}) Future<void>
feature(String name, bool createCompleteFeature) Future<void>
graphQlJsonMock({required String docPath, required String path}) Future<void>
repository(String path, String name, {bool haveTest = true, bool complete = false}) Future<void>
test(String path) Future<void>
useCase(String name, {String usage = ''}) Future<void>
widget(String path, String name, bool withController) Future<void>