getApiMethodString static method

String getApiMethodString(
  1. ApiMethod? method
)

Implementation

static String getApiMethodString(ApiMethod? method) =>
    method?.name.toUpperCase() ?? "GET";