Converts instance to a map.
Map<String, dynamic> toMap() { return { "frame": frame?.toMap(), "origin": origin.toString(), "resources": resources.map((e) => e.toNativeValue()).toList(), }; }