getCreditDrawdown static method

String getCreditDrawdown({
  1. required String baseUrlType,
  2. required String profileId,
})

Implementation

static String getCreditDrawdown({
  required String baseUrlType,
  required String profileId,
}) =>
    "${Env.getBaseUrl()[baseUrlType]}/account/drawdown/user/$profileId";