FFConvert class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

convert ↔ T? Function<T extends Object?>(dynamic value)
simple types(int,double,bool etc.) are handled, but not all of them. for example, you can type in web browser http://localhost:64916/#flutterCandies://testPageF?list=4,5,6&map={"ddd":123}&testMode={"id":2,"isTest":true} you should override following method, and convert queryParameters base on your case.
getter/setter pair