supports method

bool supports(
  1. SignatureMetadata other
)

Implementation

bool supports(SignatureMetadata other) {
  return id == other.id;
}