TypeRef constructor
const
TypeRef({
- required String tag,
- dynamic value,
Implementation
const TypeRef({required this.tag, this.value});
const TypeRef({required this.tag, this.value});