copyWith abstract method

Variable copyWith({
  1. String? name,
  2. bool? isNullable,
})

Implementation

Variable copyWith({
  String? name,
  bool? isNullable,
});