last property

String get last

Implementation

String get last {
  return datas.last;
}