supplier property
MyBusinessInfo?
get
supplier
The supplier information, fetched from local storage.
Implementation
MyBusinessInfo? get supplier => LocalStore.instance.myBusinessInfo;
The supplier information, fetched from local storage.
MyBusinessInfo? get supplier => LocalStore.instance.myBusinessInfo;