toJson abstract method

Map<String, dynamic> toJson()

Converts this component to a JSON map.

Returns a map representing the component's data in a serializable format.

Implementation

Map<String, dynamic> toJson();