Field constructor Null safety

Field(
  1. {required String name,
  2. required String value,
  3. bool? inline}
)

Implementation

Field({ required this.name, required this.value, this.inline });