Code constructor

Code({
  1. required dynamic xmlValue,
  2. Code? code,
})

Implementation

Code({required this.xmlValue, this.code});