ARBItem class

Describes an ARB record.

Constructors

ARBItem({required String name, String? description, String? placeholders, Map<String, String> translations = const <String, String>{}})
const

Properties

description String?
final
hashCode int
The hash code for this object.
no setterinherited
name String
final
placeholders String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
translations Map<String, String>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON(String lang, PredefinedPlaceholderTable placeholderTable) String?
Serialize in JSON.
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

getArgs(String text) List<String>