isOptional property
Returns true
if the reflectee is an optional parameter.
Otherwise returns false
.
Implementation
bool get isOptional;
Returns true
if the reflectee is an optional parameter.
Otherwise returns false
.
bool get isOptional;