BinaryAccountData constructor

const BinaryAccountData(
  1. List<int> data
)

Implementation

const BinaryAccountData(this.data);