toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final actionId = this.actionId;
  final apiData = this.apiData;
  final collectionType = this.collectionType;
  final pluginInstance = this.pluginInstance;
  return {
    'actionId': ?actionId,
    'apiData': ?apiData,
    'collectionType': ?collectionType,
    'pluginInstance': ?pluginInstance,
  };
}