isAssignableWith method Null safety
- dynamic dartValue
Whether or not a the argument can be assigned to this property.
Implementation
bool isAssignableWith(dynamic dartValue) => type!.isAssignableWith(dartValue);
Whether or not a the argument can be assigned to this property.
bool isAssignableWith(dynamic dartValue) => type!.isAssignableWith(dartValue);