url property

String url

Implementation

String get url => mpesa.applicationMode == ApplicationMode.production
    ? mpesaBcUrL
    : mpesaBcUrLTest;