build method

  1. @override
_$SandboxAccount build()
override

Builds.

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

Implementation

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