build method

  1. @override
_$Card build()
override

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._(
          id: BuiltValueNullFieldError.checkNotNull(id, 'Card', 'id'),
          object: object,
          created: created,
          name: name,
          last4: last4,
          expMonth: expMonth,
          expYear: expYear,
          brand: brand,
          cvcCheck: cvcCheck,
          threeDSecureStatus: threeDSecureStatus,
          fingerprint: fingerprint,
          addressState: addressState,
          addressCity: addressCity,
          addressLine1: addressLine1,
          addressLine2: addressLine2,
          country: country,
          addressZip: addressZip,
          addressZipCheck: addressZipCheck,
          customer: customer,
          metadata: metadata);
  replace(_$result);
  return _$result;
}