aboutRecruitContent property

String aboutRecruitContent

如果你是 Objective-C、Swift 高手,或是 Java、Kotlin、Dart 神手,又或是對 Coding充滿著熱誠!\n\n歡迎私訊我們粉絲專頁!\n你的程式碼將有機會出現在周遭同學的手中~

Implementation

String get aboutRecruitContent {
  return Intl.message(
    '如果你是 Objective-C、Swift 高手,或是 Java、Kotlin、Dart 神手,又或是對 Coding充滿著熱誠!\n\n歡迎私訊我們粉絲專頁!\n你的程式碼將有機會出現在周遭同學的手中~',
    name: 'aboutRecruitContent',
    desc: '',
    args: [],
  );
}