You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
funmain(args:Array<String>) {
val data = newData("User") {
props<String>("name", "email")
}
}
DataFiller
DataFillers are responsible of filling the data, Data types are only representation of a Shape, when you have an object which fits the Data representation, you have a Data of the specified type.
The type responsible of filling the data, and thus, creating a FilledData is the DataFiller, example: