context property

Implementation

CardFieldContext get context {
  assert(
      _context != null, 'CardEditController is not attached to any CardView');
  return _context!;
}