supplier property

MyBusinessInfo? get supplier

The supplier information, fetched from local storage.

Implementation

MyBusinessInfo? get supplier => LocalStore.instance.myBusinessInfo;