toJson method

Map<String, dynamic> toJson()

Implementation

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