toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return {
    'blockCount': this.blockCount,
    'rowMarginStyle': this.rowMarginStyle,
    'repeat': this.repeat,
    'blockGapStyle': this.blockGapStyle,
    'ratio': this.ratio,
  };
}