toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final tag = this.tag;
  final trigger = this.trigger;
  final variable = this.variable;
  return {'tag': ?tag, 'trigger': ?trigger, 'variable': ?variable};
}