room_extra_no_have property

String get room_extra_no_have

no order information with additional charges is queried

Implementation

String get room_extra_no_have {
  return Intl.message(
    'no order information with additional charges is queried',
    name: 'room_extra_no_have',
    desc: '',
    args: [],
  );
}