imageUrl property

String imageUrl

圖片網址

Implementation

String get imageUrl {
  return Intl.message(
    '圖片網址',
    name: 'imageUrl',
    desc: '',
    args: [],
  );
}