isAssignableWith method

bool isAssignableWith(
  1. dynamic dartValue
)

Whether or not a the argument can be assigned to this property.

Implementation

bool isAssignableWith(dynamic dartValue) => type!.isAssignableWith(dartValue);