googlyEyes property

Map<String, dynamic> googlyEyes

Implementation

static Map<String, dynamic> get googlyEyes => {
      'msgtype': CuteEventContent.eventType,
      'cute_type': 'googly_eyes',
      'body': '👀'
    };