RecordUtils(androidJvm)

Utility class for Record Type.

Currently contains helpers for collections flattening and used in record's toString() method.

class RecordUtils(androidJvm)

Functions

fieldToString
Link copied to clipboard

Converts a field to a string.

open fun fieldToString(field: Any): String