BlockListResult constructor

const BlockListResult({
  1. String id = '',
  2. String name = '',
  3. String result = '',
})

Implementation

const BlockListResult({
  this.id = '',
  this.name = '',
  this.result = '',
});