I18N class abstract

This property maps keys to string values for the action's text. By default, the text is in English.

Annotations
  • @freezed

Constructors

I18N.new({String? COMPILED_ACTION, String? EDITOR_ACTION, String? PNG_ACTION, String? SOURCE_ACTION, String? SVG_ACTION})
/ Constructor
factory
I18N.fromJson(Map<String, dynamic> json)
build this object from a Json map
factory

Properties

COMPILED_ACTION String?
no setterinherited
copyWith → $I18NCopyWith<I18N>
no setterinherited
EDITOR_ACTION String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
PNG_ACTION String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
SOURCE_ACTION String?
no setterinherited
SVG_ACTION String?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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