MetroService class

Constructors

MetroService()

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

hasFile(dynamic path) → dynamic
Check if a file exist by passing in a path.
makeApiService(String className, String value, {String folderPath = networkingFolder, bool forceCreate = false}) → dynamic
Creates a new API service.
makeController(String className, String value, {String folderPath = controllersFolder, bool forceCreate = false}) Future
Creates a new Controller.
makeEvent(String className, String value, {String folderPath = eventsFolder, bool forceCreate = false}) → dynamic
Creates a new Event.
makeModel(String className, String value, {String folderPath = modelsFolder, bool storable = false, bool forceCreate = false}) → dynamic
Creates a new Model.
makePage(String className, String value, {String folderPath = pagesFolder, bool forceCreate = false}) → dynamic
Creates a new Page.
makeProvider(String className, String value, {String folderPath = providerFolder, bool forceCreate = false}) → dynamic
Creates a new Provider.
makeStatefulWidget(String className, String value, {String folderPath = widgetsFolder, bool forceCreate = false}) → dynamic
Creates a new Stateful Widget.
makeStatelessWidget(String className, String value, {String folderPath = widgetsFolder, bool forceCreate = false}) → dynamic
Creates a new Stateless Widget.
makeTheme(String className, String value, {String folderPath = themesFolder, bool forceCreate = false}) → dynamic
Creates a new Stateful Widget.
makeThemeColors(String className, String value, {String folderPath = themeColorsFolder, bool forceCreate = false}) → dynamic
Creates a new Stateful Widget.