toJson method
Implementation
Object toJson() => {
id: id,
value: value,
type: type,
klass: klass,
playOrder: playOrder,
navigationLabels: navigationLabels,
content: content
};
Object toJson() => {
id: id,
value: value,
type: type,
klass: klass,
playOrder: playOrder,
navigationLabels: navigationLabels,
content: content
};