Schema class

Constructors

Schema()

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

getAction(String id) → ActionNodeSpec?
getComponent(String id, {String? newId}) → WidgetNodeSpec?
getEnvironment() → String?
getLandingScreen() → String
getRequest(String id) → RootNodeSpec?
getScreen(String id) → WidgetNodeSpec?
getTemplate(String id) → WidgetNodeSpec?
loadSolutionsFromAssets(List<String> paths, String environment, {String language = "en"}) → Future
loadSolutionsFromMaps(List<Map> solutions, String environment, {String language = "en"}) → void
loadSolutionsFromUrls(List<String> urls, String environment, {String language = "en"}) → Future
upsertComponent(Map spec) → void
upsertRequest(Map spec) → void
upsertScreen(Map spec) → void
upsertTemplate(Map spec) → void