BaseState constructor

const BaseState({
  1. String? tag,
})

Implementation

const BaseState({String? tag}) : _tag = tag;