utils/deep_partial library

DeepPartial ทำให้ทุก property ของ T เป็น optional แบบ recursive ใช้สำหรับ data class หรือ Map<String, dynamic> แบบ nested

Functions

deepMerge(DeepPartialMap base, DeepPartialMap partial) DeepPartialMap
ตัวอย่าง function สำหรับ merge default + partial config สามารถนำไปใช้กับ token / theme

Typedefs

DeepPartialMap = Map<String, dynamic>
Generic helper สำหรับ Map ที่สามารถเป็น partial