source property
Source of configuration (fetchCompleted.source, loaded.source, …).
Implementation
@$pb.TagNumber(2)
$core.String get source => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set source($core.String value) => $_setString(1, value);