MonaStyleFamily class

Inheritance
  • Object
  • StyleFamily
  • MonaStyleFamily

Properties

canInsert bool
finalinherited
familyName String
finalinherited
hashCode int
The hash code for this object.
no setterinherited
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited
triggers List<CurrentStyleTrigger>
final

Methods

addApp(MemberModel? currentMember, AppModel app) Future<void>
override
addTheFourDefaults(String appId, List<Style> allStyles) Future<void>
allStyles(AppModel app) Future<List<Style>>
createEliudStyle(String appId) Future<MonaStyle>
createIncidamusStyle(String appId) Future<MonaStyle>
createJohanStyle(String appId) Future<MonaStyle>
createJuuwleStyle(String appId) Future<MonaStyle>
createMinkeyStyle(String appId) Future<MonaStyle>
createThomasStyle(String appId) Future<MonaStyle>
defaultNew(String appId, String newName) Future<Style?>
override
delete(AppModel app, Style style) Future<void>
override
getMonaStyle(AppModel currentApp, String styleName) MonaStyle?
getStyle(AppModel currentApp, String styleName) → Style?
override
listenToCurrentStyle(AppModel app, String styleName) Future<MonaStyle?>
listenToStyles(String appId, StylesTrigger stylesTrigger) StreamSubscription
override
newStyle(AppModel app, String newName) Future<Style>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
subscribeForChange(CurrentStyleTrigger currentStyleTrigger) → void
override
toString() String
A string representation of this object.
inherited
update(AppModel app, Style style) Future<void>
override

Operators

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

Static Properties

eliudStyleName String
final
incidamusStyleName String
final
johanStyleName String
final
juuwleStyleName String
final
minkeyStyleName String
final
monaStyleFamilyName String
final
thomasStyleName String
final

Static Methods

instance() MonaStyleFamily