StaticOptional constructor

StaticOptional({
  1. String? strVal,
  2. Map<String, Object>? mapVal,
})

Implementation

StaticOptional({
  super.strVal,
  super.mapVal,
});