TypeRef constructor

const TypeRef({
  1. required String tag,
  2. dynamic value,
})

Implementation

const TypeRef({required this.tag, this.value});