url property

String url

Implementation

String get url => mpesa.applicationMode == ApplicationMode.production
    ? mpesaBbUrL
    : mpesaBbUrLTest;