toJson method

String toJson()

Encoded ThemeData to JSON String.

Implementation

String toJson() => json.encode(toMap());