Serializable constructor Null safety
Create an object that can be serialized to JSON.
Implementation
@mustCallSuper
Serializable() {
$type = jsonType;
}
Create an object that can be serialized to JSON.
@mustCallSuper
Serializable() {
$type = jsonType;
}