getSize

suspend fun getSize(context: Context): Int

Deprecated

Renamed to getCount

Replace with

getCount(context)

Returns the amount of children the DataClass has.

Author

Arnau Mora

Since

20210724