ObjectReference constructor

ObjectReference({
  1. required String type,
  2. required String ref,
})

Implementation

ObjectReference({required this.type, required this.ref});