first property

String get first

Implementation

String get first {
  return datas.first;
}