checkContact method

void checkContact(
  1. dynamic name
)

Implementation

void checkContact( name ) {
  parent!.checkContact( this.name, name );
}