model

val model: Model? = null

Each Fragment must contain a Model. The optional flag exists only for technical reasons during lazy loading in the persistence layer.

See also

for further information