build method

  1. @override
_$UiNodeScriptAttributes build()
override

Builds.

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

Implementation

@override
_$UiNodeScriptAttributes build() {
  final _$result = _$v ??
      new _$UiNodeScriptAttributes._(
          async_: BuiltValueNullFieldError.checkNotNull(
              async_, 'UiNodeScriptAttributes', 'async_'),
          crossorigin: BuiltValueNullFieldError.checkNotNull(
              crossorigin, 'UiNodeScriptAttributes', 'crossorigin'),
          id: BuiltValueNullFieldError.checkNotNull(
              id, 'UiNodeScriptAttributes', 'id'),
          integrity: BuiltValueNullFieldError.checkNotNull(
              integrity, 'UiNodeScriptAttributes', 'integrity'),
          nodeType: BuiltValueNullFieldError.checkNotNull(
              nodeType, 'UiNodeScriptAttributes', 'nodeType'),
          referrerpolicy: BuiltValueNullFieldError.checkNotNull(
              referrerpolicy, 'UiNodeScriptAttributes', 'referrerpolicy'),
          src: BuiltValueNullFieldError.checkNotNull(
              src, 'UiNodeScriptAttributes', 'src'),
          type: BuiltValueNullFieldError.checkNotNull(
              type, 'UiNodeScriptAttributes', 'type'));
  replace(_$result);
  return _$result;
}