fullName property
String
get
fullName
Fully qualified path of the host executable.
Implementation
_i2.String get fullName => _i3.getProperty(
this,
'FullName',
);
set
fullName
(String value)
Implementation
set fullName(_i2.String value) {
_i3.setProperty(
this,
'FullName',
value,
);
}