LayrzSupportedLanguage enum

Inheritance

Constructors

LayrzSupportedLanguage()
const

Values

python → const LayrzSupportedLanguage

Python v3.10 language support for Sensors, Triggers, Reports and Charts.

lcl → const LayrzSupportedLanguage

LCL or Layrz Compute Language support for Sensors and Triggers.

lml → const LayrzSupportedLanguage

LML or Layrz Markup Language support for Operations.

txt → const LayrzSupportedLanguage

TXT or Plain text

mjml → const LayrzSupportedLanguage

MJML or MailJet Markup Language support for Emails.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

Constants

values → const List<LayrzSupportedLanguage>
A constant List of the values in this enum, in order of their declaration.