toJson method

Map<String, dynamic> toJson()

Implementation

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