build method

  1. @override
_$Organization build()
override

Builds.

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

Implementation

@override
_$Organization build() {
  final _$result = _$v ??
      new _$Organization._(
          id: BuiltValueNullFieldError.checkNotNull(id, 'Organization', 'id'),
          ownerID: ownerID,
          name: name,
          logo: logo,
          token: token,
          organizationType: organizationType,
          referenceID: referenceID,
          defaultOrg: defaultOrg,
          active: active,
          ownerFullName: ownerFullName,
          ownerEmail: ownerEmail);
  replace(_$result);
  return _$result;
}