iconUrl property

  1. @override
GeneratedColumn<String> iconUrl
latefinal

Absolute URL of the portal-provided application icon.

Implementation

@override
late final GeneratedColumn<String> iconUrl = GeneratedColumn<String>(
  'icon_url',
  aliasedName,
  true,
  type: DriftSqlType.string,
  requiredDuringInsert: false,
);