CodeBlockAttribute constructor

const CodeBlockAttribute({
  1. required Map<String, dynamic>? value,
})

Implementation

const CodeBlockAttribute({required super.value});