ARBAttribute class

ARB attribute model Attribute starts with @@ and this class can be used for global and custom attributes See https://github.com/google/app-resource-bundle/wiki/ApplicationResourceBundleSpecification#global-attributes Example:

"@@locale": "en" or "@@x-version": "1.0"

Mixed-in types

Constructors

ARBAttribute.new({required int number, required ARBAttributeKey key, required String value})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
key ARBAttributeKey
final
number int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
final

Methods

cloneWith({String? value}) ARBAttribute
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