getUrl method

String? getUrl()

Implementation

String? getUrl() {
  return (baseUrl ?? '') + (globalData?.url ?? '');
}