build method

  1. @override
_$UiNodeImageAttributes build()
override

Builds.

The implementation of this method will be generated for you by the built_value generator.

Implementation

@override
_$UiNodeImageAttributes build() {
  final _$result = _$v ??
      new _$UiNodeImageAttributes._(
          height: height,
          id: BuiltValueNullFieldError.checkNotNull(
              id, 'UiNodeImageAttributes', 'id'),
          nodeType: BuiltValueNullFieldError.checkNotNull(
              nodeType, 'UiNodeImageAttributes', 'nodeType'),
          src: BuiltValueNullFieldError.checkNotNull(
              src, 'UiNodeImageAttributes', 'src'),
          width: width);
  replace(_$result);
  return _$result;
}