toJson method
Converts this contents object to JSON-compatible values.
Implementation
Object toJson() => values.map((content) => content.toJson()).toList();
Converts this contents object to JSON-compatible values.
Object toJson() => values.map((content) => content.toJson()).toList();