WebPresenterBlock constructor

WebPresenterBlock(
  1. String name,
  2. Map<String, String> values,
  3. String raw
)

Implementation

WebPresenterBlock(this.name, this.values, this.raw);