JsonIndentationSize constructor

const JsonIndentationSize(
  1. int length
)

Construct a JsonIndentationSize instance.

Implementation

const JsonIndentationSize(this.length);