Extras class

Constructors

Extras({required String extra1, required String extra10, required String extra2, required String extra3, required String extra4, required String extra5, required String extra6, required String extra7, required String extra8, required String extra9})
Extras.fromJson(Map<String, dynamic> json)
factory

Properties

extra1 String
final
extra2 String
final
extra3 String
final
extra4 String
final
extra5 String
final
extra6 String
final
extra7 String
final
extra8 String
final
extra9 String
final
extra10 String
final
hashCode int
The hash code for this object.
no setterinherited
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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