last property

String get last

GeneralLib

Implementation

String get last {
  return datas.last;
}