Prize class
Constructors
-
Prize.fromJson(Map<
String, dynamic> json)
Properties
- categoria ↔ String?
-
getter/setter pair
- desBreve ↔ String?
-
getter/setter pair
- estoque ↔ dynamic
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- idProduto ↔ int?
-
getter/setter pair
- imagemPrincipal ↔ String?
-
getter/setter pair
- precoDonuz ↔ dynamic
-
getter/setter pair
- precoReais ↔ dynamic
-
getter/setter pair
- produto ↔ String?
-
getter/setter pair
- regras ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- solicitarEnderecoEntrega ↔ dynamic
-
getter/setter pair
- status ↔ String?
-
getter/setter pair
- subcategoria ↔ String?
-
getter/setter pair
-
getter/setter pair
- tamanho ↔ String?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited