Account constructor

Account(
  1. Dio dio
)

Implementation

Account(Dio dio) {
  apiResource = APIResource(dio, "/accounts");
}