getByUUID static method

Future<Comment?> getByUUID(
  1. String uuid
)

Implementation

static Future<Comment?> getByUUID(String uuid) =>
    RPMTWApiClient.instance.commentResource.getComment(uuid);