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