hasMultipleMechanisms method

bool hasMultipleMechanisms()

Returns true if this account has more the one Mechanism.

Implementation

bool hasMultipleMechanisms() {
  return (mechanismList!.length > 1) ? true : false;
}