MBGeneralParameter constructor
Initializes a MBGeneralParameter with the key and the value.
Implementation
MBGeneralParameter({
required this.key,
required this.value,
});
Initializes a MBGeneralParameter with the key and the value.
MBGeneralParameter({
required this.key,
required this.value,
});