toJson method

Object toJson()

Implementation

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