MssqlUnexpectedNullException constructor

const MssqlUnexpectedNullException({
  1. required String source,
  2. required String column,
})

Implementation

const MssqlUnexpectedNullException({
  required this.source,
  required this.column,
});