ImageContent constructor

ImageContent(
  1. String key,
  2. List<int>? img
)

Implementation

ImageContent(String key, this.img) : super(key, {});