Marker constructor

Marker({
  1. int? code,
  2. String? msg,
  3. List<Data>? data,
})

Implementation

Marker({this.code, this.msg, this.data});