toJson method

String toJson()
inherited

Implementation

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