CustomValue constructor

CustomValue(
  1. dynamic content
)

Implementation

CustomValue(dynamic content) {
  this.content = content;
}