mediaLocalPath property
Local filesystem path to the downloaded media binary. Null until the binary is successfully transferred.
Implementation
@override
late final GeneratedColumn<String> mediaLocalPath = GeneratedColumn<String>(
'media_local_path',
aliasedName,
true,
type: DriftSqlType.string,
requiredDuringInsert: false,
);