InfoAdicionais class

A class that represents additional information.

Constructors

InfoAdicionais({required String nome, required double valor})
Creates a new InfoAdicionais instance.
InfoAdicionais.fromJson(String source)
Creates a new InfoAdicionais instance from a JSON string.
factory
InfoAdicionais.fromMap(Map<String, dynamic> map)
Creates a new InfoAdicionais instance from a Map object.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
nome String
The name of the additional information.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valor double
The value of the additional information.
final

Methods

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

Operators

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