isNewAppInstall property
bool
get
isNewAppInstall
Indicates that this is a fresh install of the application.
true
if within the first day of installation otherwise false
.
Implementation
_i2.bool get isNewAppInstall => _i3.getProperty(
this,
'isNewAppInstall',
);