check null safety
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import 'package:fcs/domain/entities/setting.dart';
|
||||
|
||||
class Term {
|
||||
String termEng;
|
||||
String termMm;
|
||||
String? termEng;
|
||||
String? termMm;
|
||||
|
||||
Term({this.termEng, this.termMm});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user