iconUrl property
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,
);