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