ConvertObjectExtension extension

Adds a convert getter for fluent type conversions on any value.

This extension is the primary entry point for the fluent conversion API, allowing chained operations like:

final age = jsonMap.convert.fromMap('user').fromMap('age').toInt();

See also: Converter for the full fluent API documentation.

on

Properties

convert Converter

Available on Object?, provided by the ConvertObjectExtension extension

Wraps this value in a Converter for fluent chained conversions.
no setter