NamesRal class

Constructors

NamesRal({required String de, required String en, required String fr, required String es, required String it, required String nl})
NamesRal.fromJson(Map<String, dynamic> json)

Properties

de String
latefinal
en String
latefinal
es String
latefinal
fr String
latefinal
hashCode int
The hash code for this object.
no setterinherited
it String
latefinal
nl String
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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