convertFromPublicPartial method Null safety

Map<String, dynamic>? convertFromPublicPartial(
  1. Map<String, dynamic>? item
)

Converts the given object from the public partial format.

  • value the object to convert from the public partial format. Returns the initial object.