roomList property

String get roomList

教室列表

Implementation

String get roomList {
  return Intl.message(
    '教室列表',
    name: 'roomList',
    desc: '',
    args: [],
  );
}