SerdeType.nested constructor

const SerdeType.nested(
  1. Map<String, SerdeType> props
)

Implementation

const factory SerdeType.nested(Map<String, SerdeType> props) =
    SerdeTypeNested._;