user6161
0
Q:

dart how to tell if an object is an instance of a class

if (emp is Person) {
  // Type check
  emp.firstName = 'Bob';
}
0

New to Communities?

Join the community