ParsedNormal constructor

const ParsedNormal(
  1. ByteConverter value
)

Creates a ParsedNormal carrying a ByteConverter value.

Implementation

const ParsedNormal(this.value);