prefix

Parameters

prefix

An optional prefix to prepend to the keys of the embedded object. If empty, the property name will be used as a prefix with a dot.

Example:

@Embedded(prefix = "prefs_")
val settings: UserSettings