Serialized constructor

const Serialized({
  1. required String name,
})

Implementation

const Serialized({
  required String name,
});