href property
latefinal
SCORM resource identifier for the material.
This is an encoded identifier from the SCORM manifest. This value is used internally by I-School Plus to locate the resource.
Implementation
@override
late final GeneratedColumn<String> href = GeneratedColumn<String>(
'href',
aliasedName,
true,
type: DriftSqlType.string,
requiredDuringInsert: false,
);