menu
rss_dart package
documentation
domain/media/license.dart
License
License const constructor
License const constructor
dark_mode
light_mode
License
constructor
const
License
(
{
String
?
type
,
String
?
href
,
String
?
value
,
})
Implementation
const License({ this.type, this.href, this.value, });
rss_dart package
documentation
domain/media/license
License
License const constructor
License class