app
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
app
app
/
InsertarBD
/
Producto
Producto
data
class
Producto
(
val
id
:
Int
=
0
,
val
name
:
String
=
""
,
val
descripcion
:
String
=
""
,
val
sector
:
String
=
""
,
val
store_name
:
String
=
""
,
val
precio
:
Double
=
0.0
,
val
url_imegen
:
String
=
""
)
Members
Constructors
Producto
Link copied to clipboard
constructor
(
id
:
Int
=
0
,
name
:
String
=
""
,
descripcion
:
String
=
""
,
sector
:
String
=
""
,
store_name
:
String
=
""
,
precio
:
Double
=
0.0
,
url_imegen
:
String
=
""
)
Properties
descripcion
Link copied to clipboard
val
descripcion
:
String
id
Link copied to clipboard
val
id
:
Int
name
Link copied to clipboard
val
name
:
String
precio
Link copied to clipboard
val
precio
:
Double
sector
Link copied to clipboard
val
sector
:
String
store_
name
Link copied to clipboard
val
store_name
:
String
url_
imegen
Link copied to clipboard
val
url_imegen
:
String