getFirstChart method
Lấy giá trị đầu tiên của chuỗi
Implementation
String getFirstChart() {
if (this!.isNotEmpty) {
return this![0];
} else {
return '';
}
}
Lấy giá trị đầu tiên của chuỗi
String getFirstChart() {
if (this!.isNotEmpty) {
return this![0];
} else {
return '';
}
}