GroupCode constructor

GroupCode(
  1. int? code,
  2. dynamic value
)

Implementation

GroupCode(this.code, this.value);