build method
Builds.
The implementation of this method will be generated for you by the built_value generator.
Implementation
@override
_$Card build() {
final _$result = _$v ??
new _$Card._(
brand:
BuiltValueNullFieldError.checkNotNull(brand, 'Card', 'brand'),
lastFourDigits: BuiltValueNullFieldError.checkNotNull(
lastFourDigits, 'Card', 'lastFourDigits'),
expirationMonth: BuiltValueNullFieldError.checkNotNull(
expirationMonth, 'Card', 'expirationMonth'),
expirationYear: BuiltValueNullFieldError.checkNotNull(
expirationYear, 'Card', 'expirationYear'),
type: BuiltValueNullFieldError.checkNotNull(type, 'Card', 'type'),
prepaidType: BuiltValueNullFieldError.checkNotNull(
prepaidType, 'Card', 'prepaidType'),
postalCode: postalCode);
replace(_$result);
return _$result;
}