ChildSnapshotViewX extension

on

Properties

path String
no setter
snapshot → Snapshot
no setter

Methods

get<T>(String path, {String? format}) → T
Gets and converts the value at path to type T
getList<T>(String path, {String? format}) List<T>
Gets and converts the value at path to type List
getMap<T>(String path, {String? format}) Map<String, T>
Gets and converts the value at path to type Map<String,T>