toggle menu
Stitch
jvm
switch theme
search in API
codegen
/
dev.teogor.stitch.codegen.model
/
RoomModel
/
RoomModel
Room
Model
constructor
(
name
:
String
,
packageName
:
String
,
entity
:
TypeName
,
dao
:
TypeName
?
=
null
,
fields
:
List
<
FieldKind
>
,
functions
:
List
<
FunctionKind
>
)