message property

String message

Implementation

String get message {
  return getString('message',defaultValue: '未知消息');
}