StudentCode.dirty constructor Null safety

const StudentCode.dirty(
  1. [String value = '']
)

Implementation

const StudentCode.dirty([String value = '']) : super.dirty(value);