Contract constructor

Contract(
  1. Map<String, Type> types,
  2. Map<String, Type> actions
)

Implementation

Contract(this.types, this.actions);