StdMsg constructor

const StdMsg({
  1. required String type,
  2. required Map<String, dynamic> value,
})

Public constructor.

Implementation

const StdMsg({required this.type, required this.value});