VmObject constructor

VmObject({
  1. required String identifier,
})

Implementation

VmObject({required this.identifier});