setCast abstract method

void setCast(
  1. dynamic val
)

Cast val to T before setting

Implementation

void setCast(dynamic val);