toJson method

String toJson()

Implementation

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