ViewContext constructor

const ViewContext({
  1. String? name,
  2. List<Map<String, dynamic>>? tc,
})

Implementation

const ViewContext({
  this.name,
  this.tc,
});