ConnectionSchemaMetadata constructor

ConnectionSchemaMetadata({
  1. List<String>? actions,
  2. List<String>? entities,
  3. String? name,
  4. String? refreshTime,
  5. String? state,
  6. String? updateTime,
})

Implementation

ConnectionSchemaMetadata({
  this.actions,
  this.entities,
  this.name,
  this.refreshTime,
  this.state,
  this.updateTime,
});