toJson method

Map<String, Object?> toJson()

The json representation of this LinkMode.

The returned json is stable and can be used in LinkMode.fromJson to obtain a LinkMode again.

Implementation

Map<String, Object?> toJson() => toSyntax().json;