detail property
String?
get
detail
An optional message that will be displayed to the user when we ask to re-authenticate. Providing additional context as to why you are asking a user to re-authenticate can help increase the odds that they will accept.
Implementation
_i2.String? get detail => _i5.getProperty(
this,
'detail',
);
set
detail
(String? value)
Implementation
set detail(_i2.String? value) {
_i5.setProperty(
this,
'detail',
value ?? _i6.undefined,
);
}