InlineCodeAttribute constructor

const InlineCodeAttribute([
  1. bool? value = true
])

Implementation

const InlineCodeAttribute([bool? value = true]) : super(value: value);