build method
Builds.
The implementation of this method will be generated for you by the built_value generator.
Implementation
@override
_$Font build() {
final _$result = _$v ??
new _$Font._(
size: BuiltValueNullFieldError.checkNotNull(size, 'Font', 'size'),
name: name);
replace(_$result);
return _$result;
}