Angel constructor

Angel(
  1. dynamic baseUrl
)

Implementation

Angel(baseUrl)
    : baseUrl = baseUrl is Uri ? baseUrl : Uri.parse(baseUrl.toString());