isData property

bool get isData

Returns true if this is a DialogAnswerData (user provided data)

Implementation

bool get isData => this is DialogAnswerData<T>;