isData property
bool
get
isData
Returns true if this is a DialogAnswerData (user provided data)
Implementation
bool get isData => this is DialogAnswerData<T>;
Returns true if this is a DialogAnswerData (user provided data)
bool get isData => this is DialogAnswerData<T>;