build method

  1. @override
_$InlineObject91 build()
override

Builds.

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

Implementation

@override
_$InlineObject91 build() {
  final _$result = _$v ??
      new _$InlineObject91._(
          channelId: BuiltValueNullFieldError.checkNotNull(
              channelId, 'InlineObject91', 'channelId'),
          command: BuiltValueNullFieldError.checkNotNull(
              command, 'InlineObject91', 'command'));
  replace(_$result);
  return _$result;
}