ResultSchema typedef

ResultSchema = Map<String, Type>

Best-effort schema definition using Dart's Type objects (e.g., int, String).

Implementation

typedef ResultSchema = Map<String, Type>;