error property
String?
get
error
Implementation
String? get error =>
this is InvalidFlexiDate ? (this as InvalidFlexiDate).message : null;
String? get error =>
this is InvalidFlexiDate ? (this as InvalidFlexiDate).message : null;