build method

  1. @override
_$PaymentMethod build()
override

Builds.

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

Implementation

@override
_$PaymentMethod build() {
  final _$result = _$v ??
      new _$PaymentMethod._(
          type: type,
          lastFour: lastFour,
          expMonth: expMonth,
          expYear: expYear,
          cardBrand: cardBrand,
          name: name);
  replace(_$result);
  return _$result;
}