getByUUID static method

Future<Glossary> getByUUID(
  1. String uuid
)

Implementation

static Future<Glossary> getByUUID(String uuid) =>
    RPMTWApiClient.instance.translateResource.getGlossary(uuid);