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