ModelRawObjectExt extension

Global extension on any object.

on

Methods

anyAs<T>() → T

Available on Object, provided by the ModelRawObjectExt extension

Convert any object to a specific type. Example: anyAs<Map> or anyAs<List> or anyAs<Map?> to support nullable types.
anyDeepClone<T>() → T

Available on Object, provided by the ModelRawObjectExt extension

Deep clone a map or a list.