toArray method

List<SignerData> toArray()
inherited

Implementation

List<SignerData> toArray() {
  return [this];
}