CodeChunk constructor

CodeChunk({
  1. String? code,
  2. String? languageCode,
})

Implementation

CodeChunk({this.code, this.languageCode});