toJson method

Map<String, dynamic> toJson()

Implementation

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