toJson method

dynamic toJson()

Implementation

dynamic toJson() {
  return {'_actions': Serializer.encode(actions)};
}