backgroundImages property

List<Map<String, dynamic>>? get backgroundImages

(for type = tile) the image of the pattern tile.

Implementation

List<Map<String, dynamic>>? get backgroundImages =>
    (_background?['images'] as List?)?.cast<Map<String, dynamic>>();