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>oranyAs<List>oranyAs<Map?>to support nullable types. -
anyDeepClone<
T> () → T -
Available on Object, provided by the ModelRawObjectExt extension
Deep clone a map or a list.