toJson method

String toJson()

Implementation

String toJson() {
  return ImagesRequestMapper.ensureInitialized().encodeJson<ImagesRequest>(
    this as ImagesRequest,
  );
}