toJson method

Map<String, dynamic> toJson()

Implementation

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