IInline85 class
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
Properties
- args ↔ Object?
-
Available on IInline85, provided by the IInline85$Typings extension
The arguments to be used in the localized string. As an array, the index of the argument is used to match the template placeholder in the localized string. As a Record, the key is used to match the template placeholder in the localized string.getter/setter pair - comment ↔ Object
-
Available on IInline85, provided by the IInline85$Typings extension
A comment to help translators understand the context of the message.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- message ↔ String
-
Available on IInline85, provided by the IInline85$Typings extension
The message to localize. If {@link options.args args} is an array, this message supports index templating where strings like{0}
and{1}
are replaced by the item at that index in the {@link options.args args} array. Ifargs
is aRecord<string, any>
, this supports named templating where strings like{foo}
and{bar}
are replaced by the value in the Record for that key (foo, bar, etc).getter/setter pair - 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